Companion

object Companion

Functions

create
Link copied to clipboard
fun create(type: String, vararg properties: Pair<String, Any?>): DynamicMutableRealmObject
Create an unmanaged dynamic object.
fun create(type: String, properties: Map<String, Any?> = emptyMap()): DynamicMutableRealmObject
Create an unmanaged dynamic object.